func crypto/tls.selectSignatureScheme
7 uses
	crypto/tls (current package)
		auth.go#L232: func selectSignatureScheme(vers uint16, c *Certificate, peerAlgs []SignatureScheme) (SignatureScheme, error) {
		common.go#L1233: 		if _, err := selectSignatureScheme(vers, c, chi.SignatureSchemes); err != nil {
		common.go#L1321: 	if _, err := selectSignatureScheme(cri.Version, c, cri.SignatureSchemes); err != nil {
		handshake_client.go#L679: 			signatureAlgorithm, err := selectSignatureScheme(c.vers, chainToSend, certReq.supportedSignatureAlgorithms)
		handshake_client_tls13.go#L662: 	certVerifyMsg.signatureAlgorithm, err = selectSignatureScheme(c.vers, cert, hs.certReq.supportedSignatureAlgorithms)
		handshake_server_tls13.go#L444: 	hs.sigAlg, err = selectSignatureScheme(c.vers, certificate, hs.clientHello.supportedSignatureAlgorithms)
		key_agreement.go#L209: 		signatureAlgorithm, err = selectSignatureScheme(ka.version, cert, clientHello.supportedSignatureAlgorithms)
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |